home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / PeerAware 1.03 / PeerAware-Setup.exe / PeerAware.exe / 1033 / HTML / 240 < prev    next >
Text File  |  2008-10-28  |  4KB  |  270 lines

  1. body {
  2. margin: 0px;
  3. background-color: #ffffff;
  4. }
  5.  
  6. table
  7. {
  8. border-collapse: collapse;
  9. border: 0;
  10. }
  11. th
  12. {
  13. font-family: Verdana, Arial;
  14. vertical-align: top;
  15. }
  16. td
  17. {
  18. font-size: 85%;
  19. font-family: arial,sans-serif;
  20. color: #000;
  21. vertical-align: top;
  22. }
  23. img
  24. {
  25. border: 0;
  26. }
  27. .l
  28. {
  29. margin-top: 4px;
  30. }
  31. .g
  32. {
  33. font-size: 90%;
  34. margin-top: 1em;
  35. margin-bottom: 1em;
  36. margin-left: 2em;
  37. }
  38. .j
  39. {
  40. width: 44em;
  41. }
  42. .m
  43. {
  44. margin: 0px;
  45. background-color: #ffffff;
  46. }
  47. .fl:link
  48. {
  49. color: #6f6f6f;
  50. }
  51. .main
  52. {
  53. width: 100%;
  54. border-top: solid 1px #999999;
  55. }
  56. div
  57. {
  58. font-family: arial,sans-serif;
  59. color:#000;
  60. }
  61. a
  62. {
  63. font-family: arial,sans-serif;
  64. color: #003090;
  65. }
  66. #Nav
  67. {
  68. border-top: solid 1px #6090af;
  69. border-left: solid 1px #6090af;
  70. border-bottom: solid 1px #6090af;
  71. background-color: #e5eef9;
  72. filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#6090af',gradientType='1');
  73. }
  74. ul#ml
  75. {
  76. padding: 0px 0px 0px 10px;
  77. margin: 0 0 0 0;
  78. }
  79. ul#ml li
  80. {
  81. list-style: none;
  82. display: inline;
  83. float: left;
  84. }
  85. ul#ml li a
  86. {
  87. color: #000080;
  88. font-family: Verdana, Arial;
  89. padding: 5px 10px 5px 10px;
  90. }
  91. ul#ml li a:hover
  92. {
  93. background-color: #efefef;
  94. }
  95. div.d
  96. {
  97. vertical-align: top;
  98. margin: 10px;
  99. }
  100. table.fl
  101. {
  102. background-color: #FFF;
  103. width: 42em;
  104. border-collapse: collapse;
  105. font-size: 85%;
  106. }
  107. th.flr, td.flr
  108. {
  109. font-size: 100%;
  110. text-align: right;
  111. background-color: #FFF;
  112. padding: 10px;
  113. }
  114. th.fll, td.fll
  115. {
  116. font-size: 100%;
  117. text-align: left;
  118. background-color: #FFF;
  119. padding: 10px;
  120. }
  121.  
  122. img.fll
  123. {
  124. border-right: solid 5px #FFF;
  125. }
  126.  
  127. div.slide
  128. {
  129. width: 660px;
  130. height: 520px;
  131. background-color: #000;
  132. border: solid 5px #dfe4ef;
  133. }
  134.  
  135. .slideframe
  136. {
  137. display: block;
  138. width: 640px;
  139. height: 480px;
  140. position: relative;
  141. overflow: hidden;
  142. display: inline;
  143. }
  144.  
  145. .slidecontrol {
  146. /*display: block;*/
  147. width: 640px;
  148. height: 30px;
  149. position: relative;
  150. overflow: hidden;
  151. /*display: inline;*/
  152. /*padding-top: 12px;*/
  153. }
  154.  
  155. .slidecanvas {
  156. display: block;
  157. height: 480px;
  158. position: relative;
  159. text-align: center;
  160. font-size: 290px;
  161. }
  162.  
  163. .SlideImage {
  164. height: 100%;
  165. margin: 10px auto;
  166. /*margin-top: 10px;*/
  167. max-width: 640px;
  168. max-height: 480px;
  169. }
  170.  
  171. .slidebutton {
  172. width: 20px;
  173. height: 20px;
  174. margin: 2px 2px 2px 2px;
  175. padding: 1px;
  176. border-width: 0px;
  177. }
  178.  
  179. /*
  180. backup of working for ie7
  181. div.slide
  182. {
  183. width: 660px;
  184. height: 520px;
  185. background-color: #000;
  186. border: solid 5px #dfe4ef;
  187. }
  188.  
  189. .slideframe
  190. {
  191. width: 640px;
  192. height: 480px;
  193. position: relative;
  194. }
  195.  
  196. .slidecontrol {
  197. width: 640px;
  198. height: 30px;
  199. position: relative;
  200. overflow: hidden;
  201. display: block;
  202. padding-top: 12px;
  203. }
  204.  
  205. .slidecanvas {
  206. display: block;
  207. height: 480px;
  208. position: relative;
  209. text-align: center;
  210. font-size: 290px;
  211. }
  212.  
  213. .SlideImage {
  214. margin-top: 10px;
  215. max-width: 640px;
  216. max-height: 480px;
  217. }
  218.  
  219. .slidebutton {
  220. width: 20px;
  221. height: 20px;
  222. margin: 2px 2px 2px 2px;
  223. padding: 1px;
  224. border-width: 0px;
  225. }
  226. */
  227.  
  228. th.flc, td.flc
  229. {
  230. font-size: 100%;
  231. text-align: center;
  232. background-color: #FFF;
  233. padding: 10px;
  234. }
  235.  
  236. .BoxMenu
  237. {
  238. list-style: none;
  239. margin: 0;
  240. padding-left: 0;
  241. padding-right: 0;
  242. }
  243.  
  244. .BoxMenu > li
  245. {
  246. white-space: nowrap;
  247. margin-bottom: 0.3ex;
  248. }
  249.  
  250. .ActionBox
  251. {
  252. width: 11em;
  253. text-align: left;
  254. border-width: 1px;
  255. border-style: solid;
  256. padding: 0.5ex 0.5em 1ex;
  257. font-size: smaller;
  258. margin: 3px;
  259. }
  260.  
  261. .ActionBox h3
  262. {
  263. font-size: 100%;
  264. margin: 0;
  265. padding: 4px 12px 10px 12px;
  266. white-space: nowrap;
  267. position: relative;
  268. }
  269.  
  270.